﻿morph_genes = {
	#Skin Color Slight Saturation variations
	skin_color_saturation = {
		inheritable = yes

		vanilla_skin_saturation = {
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}

		skin_color_saturation = {
		index = 1
			male = {
				skin_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 -1.0 0.0 } }
						{ 1.0   { 0.0 1.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}

	eye_color_saturation = {
		inheritable = yes
		group = eyes

		vanilla_eye_saturation = {
			visible = no
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}

		eye_color_saturation = {
		index = 1
			male = {
				eye_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 -1.0 0.0 } }
						{ 1.0   { 0.0 1.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}

}


